Package-level declarations

Types

Link copied to clipboard
open class CrownItem(groundBlock: Block, wallBlock: Block, settings: Item.Settings) : VerticallyAttachableBlockItem, Equipment

A crown, which makes piglins neutral when worn, just like gold armor.

Link copied to clipboard
abstract class StaffItem(settings: Item.Settings) : Item

Staff item dispatching functionality to StaffHandler without loader specific functionality. Implementing loader-specific interfaces is highly recommended when extending the class to pass loader-specific functionality to StaffHandler.